Welcome to the Resource Management Application! This project is designed to help you manage and keep track of various resources. It's built using React.js, Next.js, and Simple Express API with styling provided by Bulma. The application enables users to add, update, and activate resources, each with a completion timer.
- Add and update resources using a user-friendly form.
- Activate and deactivate resources to control the timer.
- Resources transition to an inactive state once added.
- Completed resources cannot be updated.
- Front-end deployed on Vercel, back-end on Render.
Check out the live demo of the application here.
Before you begin, make sure you have the following installed:
- npm install
- Clone this repository: git clone https://github.com/leilafaez/resource-management-app.git
- cd resource-management-app
- Run the development server: npm run dev
- Access the application at http://localhost:3000.
- Use the form to add and update resources.
- Activate resources to start the timer.
- Once the timer completes, the resource can be marked as completed.
For questions or feedback, feel free to contact me at leila.faez@gmail.com