Trezzle is a daily treasure hunt puzzle game where you use clues and a map to find the hidden country.
- Daily challenges that reset at midnight.
- Clues are generated dynamically using real-world data.
- Multiple pages: Today's Challenge, Previous Challenges, How to Play.
- Shareable results to compete with friends.
- Responsive design with Bootstrap styling.
public/
- Contains theindex.html
file.src/
- Contains all the source code.App.js
- Main application component.index.js
- Entry point.components/
- Contains all React components.styles/
- Contains CSS files.
package.json
- Project configuration and dependencies.README.md
- Project documentation.
node v21.2.0 (npm v10.2.3)
- Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/yourusername/trezzle.git
cd trezzle
npm install
npm start
Open http://localhost:3000 to view it in the browser.
npm run build
Install the Netlify CLI:
npm install netlify-cli -g
Build the project:
npm run build
Deploy to Netlify:
netlify deploy
Follow the prompts to log in and select your site.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.