CryptoWatchers is a project made for tracking crypto prices and managing portfolio, it was made also for the last project of the Web Technologies subject at Insper. You can see the demo live demo at cryptowatchers.vercel.app/. To see the backend of the project, click here.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/insper-tecnologias-web/projeto-3-crypto-watcher-front
- Install the dependencies. In the project root:
npm install
- Run the project:
npm run dev
- CRUD made in django (1pt);
- User authentication (2pts);
- FrontEnd made with next.js (2pts);
- Adding cryptos to your portifolio (1pt);
- Managing the user's crypto portifolio (1pt);
- Graphs for the cryptos in the crypto page (2pts);
- Listing cryptos from the coinCap API (1pt).
The features where made based on this architecture.
For the roadmap of this project, please refer to projects
- Ricardo Ribeiro Rodrigues - [email protected]
- Guilherme Fontana Louro - [email protected]
- Giancarlo Vanoni Ruggiero - [email protected]
- Pedro Altobelli Pinto - [email protected]
Project Link: https://github.com/insper-tecnologias-web/projeto-3-crypto-watcher-front
- The CoinCap API is used to fetch information about cryptos in this project.