This is a CRUD application, here user can store the data of students. This application is made for the teachers. To create, read, update & delete the data we have created an API at JSON SERVER with the help of 'Render'.
API : https://users-lptv.onrender.com/users
This is a Progressive web app.
Result of this project : https://student-directory.surge.sh/#/
The official template project for npx create-react-app my-app --template cra-template-pwa (https://create-react-app.dev/docs/making-a-progressive-web-app/).
npm run start— This will produce a development server with a default port of5000.npm run build— This will produce a production build in thebuilddirectory.
- Clone this repo by running
git clone https://github.com/banerjiea/Student-Directory.git - Install dependencies by running
npm install - Run
npm run start
You can also deploy your project using Surge. (https://surge.sh/):
-
npm install --global surge— To install surge -
After that follow the steps from here: https://www.geeksforgeeks.org/how-to-deploy-react-app-to-surge/