This is a project carried out following the Midudev's React course guide.
Use the package manager npm to install dependencies.
npm install #or npm i
This project is deployed on vercel.com
To the base project of the course, some additions were made in the handling of favorites, allowing the user to manage them from a separate section, a language filter was added and the option to reset the filters to their default value, among others.
In the part of the backend, made with Deno, changes were made due to the updates that some packages had since the course was carried out, which allowed me to learn more about Deno and apply what I had learned to solve the problems and add a connection with MongoDB. . Atlas for the persistence of user information. You can find the repository for the backend at the following link: Giffy backend.
I leave you the link to the course in which this project was carried out and I encourage you to compare to see the extensions, improvements or modifications that I have made.
All credits to crack Midudev and the wonderful community I am a part of with great pleasure.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.