Web application that allows you to view a list of images of different destinations and situations.
Also, it is using react-router-dom v.6 to navigate between pages. The application is separated by components and using styled components.
- Separation by components and stylish use of components.
- Get a list of card moments
- Add a new moment card using a form
- Update movies using the form
- Delete moments
- Getting a new page with moment details
- Add comments to moments
- Be able to search for a moment
- Add a moment to favorites
- Java
- Spring boot
- IntelliJ Idea
- Postman
- H2 hibernate
- Figma
- Trello
- Clone the repository with the following command:
git clone https://github.com/laucasdu/Moments-React-Front.git
- To view the project, you will need to run the following command to install the dependencies used to have the project with all its functions and views correctly.
npm install
-
Then, start the front-end with
npm start
, this command will start the front-end in http://localhost:3000. -
For the correct functioning of the front-end, you must also clone the back-end repository:
git clone https://github.com/laucasdu/Moments-Java-Back.git
- Once cloned, run the following command again, but this time in the back repository.
npm install