#react
#typescript
#ant-design
#sass
#auth0
#servicesWorkers
#wishlist
#master-in-software-development
This is a wishlist project built with React and TypeScript.
- Authentication and authorization using Auth0
- Dynamic wishlists
- Add and remove wishlists and items
- Save the list to MongoDB database
- Customization of the application and of the lists
- Service Workers services
$ git clone https://github.com/DTPF/wishlist-react.git
$ cd wishlist-react
$ npm install
- Rename the .env.example file to .env and configure this file based on your computer and Auth0 credendials
- Run the application on your local machine:
$ npm run dev
- Open your browser and go to http://localhost:3000
- Log in to enjoy all the features.
- Add or remove items from the wishlist
- Customize the application and create lists
Web: https://dalist.dtpf.es
Backend: https://github.com/DTPF/wishlist-node.git
This is an open-source project, and contributions are welcome. If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b my-feature-branch
- Make your changes and commit: git commit -am 'Add some feature'
- Push your changes: git push origin my-feature-branch
- Create a pull request
This project was created by David T. Pizarro Frick. If you find any issues or have any suggestions, feel free to create an issue.