Inspiration
A JSON server database system
What it does
The Resolute App provides you a real-time web application, that display your "Left to do Resolutions" every time you open your application. The App is made to store your resolutions in a "db.json" file (A pseduo NoSQL Database on your local system) and so it is fetched every time you open the Application and when a resolution is added or when a resolution is completed.
To Run this app, follow these steps:
npm install -> to install all dependencies
npm run server -> to run the db.json file on the server for realtime changes
npm start -> to start the application
How we built it
Using ReactJS, JSON server (No SQL database on your local system)
Challenges we ran into
Fixing a lot of build bugs and learned using the latest react-router-dom version
Accomplishments that we're proud of
Built a fully functional React app
What we learned
JSON server scripting
What's next for ResoluteApp
More features

Log in or sign up for Devpost to join the conversation.