To get started with this project clone this repository to your local machine
- Create an app that fetches quotes from any open-source API such as API Ninja Quotes API and displays them in a list. The user should be able to remove a certain quote from the list, fetch quotes and clear all qoutes in the list.
- Add authentication to the app where sign-in page is a public page and the quotes page is a protected page. The authentication should be managed using useContext API (Note: There is no need to add API server/service, use local state in the application).
- Use SSR as much as possible in the app and style it using tailwind css.
- Bonus points to add add custom functionality, styling & animations that further enhances the app.
After you are finished you can upload the code into a public repository and also deploy the app to vercel. Share links to both github repository and vercel with us.