Single Page Application built using React and bored api
- 📝 Table of Contents
- 🏁 About
- 🏁 Getting Started
- 🚀 Deployment
- 🎈 Usage
- ⛏️ Built Using
- 👏 Acknowledgements
- 📝 License
Sometimes, you're super bored and have run out of ideas on what to do. I built the application exactly for that. Also, I wanted to reinforce my leanrning of React Typescript and hooks. I will link the application once its deployed.
I have moved way from using states for constantly managing every single minutiae. Instead I switched to using context api along with useReducer hook and have seen a improvement in the way I was able to focus on how a user would be using it, instead of how a developer would program it. If that didn't make sense then follow this link: useReducer with TypeScript
- Simply clone the repository, run
npm install
and then runnpm start
. You should be able to access the project locally onhttp://localhost:3000
- Once its deployed on github pages then I'll link it as well.
Docker Support Coming Soon
- On the dashboard, click
lets do something about it button
and it will keep presenting you new ways to stop being bored and do something fun - Also, with easy switch between light and dark mode on top right, you can pick the theme
- Since Covid is in full force, I do not encourage the activites that involve more than the required number of people as per regulations, So I added a covid alert for activities that ask you to do so.
- I found all the images from online sources and credit goes to their respective owners
- MIT