Attention Wordies !! The solution to your word puzzles has arrived. Canagram is the responsive word helper app to save you time and stress in your wors puzzles, nuilding your vocabulary along the way with it's integrated dictionary. Stuck on a puzzle? Try Canagram today...
A React application built with TypeScript and Vite that helps you find word suggestions for word puzzles.
- Build a React based website/app
- Use tests where possible
- Use an API
- Filter the data from the API call with at least 3 filters
- Use react hooks such as useState and useEffect
- Use react components and props
- Provides word suggestions based on the users inputted sequence.
- Provides definitions for word suggestions.
- Easy-to-use interface with responsive design.
- [] Crossword mode, where user can search for word suggestions based on related words
- [] Vocabulary page, user can add previously searched words to a vocab list which can be easily reviewed
- [] Animations for displaying fetched data
To run the app locally:
-
Clone this repository with
git clone https://github.com/Tem-Tech/canagram: -
Run the command
npm installto install node packages -
Run the command
npm run devto start the development server on your local browsergit clone https://github.com/Tem-Tech/canagram cd canagram npm install npm run dev