Skip to content

JoselynDRF/react-savelinks

Repository files navigation

SaveLinks with React and Bootstrap

Links Manager with React and Bootstrap

Features

  • Login with client-side validation
  • Show subjects and links
  • Create new subject
  • Create and delete links
  • Search links
  • Favorites links
  • Responsive design with Bootstrap

Technologies

JavaScript ReactJS Bootstrap CSS Webpack Eslint

Getting Started

Tools needed to run this app: node and npm

  • npm install to install dependencies
  • npm install -g json-server to get a full fake REST API
  • npm run json-server to run JSON server
  • npm start to run the app
  • Go to http://localhost:8080