An anxiety reducer app - built with an aim to help uplift your mood and focus on what's important.
-
A random quote -from a vast library to cheer you, on the homepage.
-
An in-built task manager app - so that you can keep a track of your objectives, allowing all the CRUD operations
-
Resources - access to tons of different resources whenever you need them.
-
Blogs - monthly updated blog from the founder's desk
Go checkout the project from your mobile phones by clicking here
Credentials
- username - test
- password - test@123
Steps to run the project locally after cloning the repository
- Installing dependencies
npm i
- Running the app
npm run start
- To run the prodcution build
serve -s build
Now the app will start working on the localhost:3000
(Landing screen of Deal with It)
( it shows the home page quote as mentioned earlier )
(A glimpse of all the tasks the user has created)
(A task once created can be updated as well as removed too)
(A glimpse of the resources page)
- React - v18
- Tailwind CSS
- Hygraph - headless CMS for React
- APINinjas - for fetching random quotes
if you liked the project, consider starring it and saving it to your repository. I had a lot of fun while building this and do hope that you like it. Happy Building :)