Links Manager with React and Bootstrap
- Login with client-side validation
- Show subjects and links
- Create new subject
- Create and delete links
- Search links
- Favorites links
- Responsive design with Bootstrap
Tools needed to run this app: node
and npm
npm install
to install dependenciesnpm install -g json-server
to get a full fake REST APInpm run json-server
to run JSON servernpm start
to run the app- Go to
http://localhost:8080