In this App You can add a student
, add a teacher
, delete a student
, update a student
and you can see all the students
.
- Clone the repository
git clone https://github.com/vivek80801/studentApp.git
- Change the working directory
cd studentApp
- Install dependencies
npm install
- Run the app
npm start
- React
- react-router-dom: for routing
- typescript
- react-bootstrap: for adding bootstrap in react
Please Check CONTRIBUTING.md and CODE_OF_CONDUCT.md
- Open an issue with your ideas!
- Fork the repo to get your own copy!
- Clone your forked version!
- Add your changes!
- Open your pull request!