Rental App
Task tracker App is just an app for task, A basic CRUD for fun. Frontend like you know is made by using react-js and Database made using json-server.
- @mataa-hewa-leroy, Full-stack developer
git clone https://github.com/mataa-hewa-leroy/tracking-app.git
cd tracking-app
npm install
npm server
To create a production build, use
npm run build