Skip to content

RicardoRibeiroRodrigues/projeto-3-crypto-watcher-front

 
 

Repository files navigation

Contributors Forks Stargazers Issues

About The Project

Product Name Screen Shot

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.

Built With

  • Next JS
  • React
  • Bootstrap

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/insper-tecnologias-web/projeto-3-crypto-watcher-front
  1. Install the dependencies. In the project root:
npm install
  1. Run the project:
npm run dev

Usage

Feature list:

  • 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).

For the roadmap of this project, please refer to projects

This project offer many features, some are listed below:

  • Seeing the main cryptos and their price/price variation: Main cryptos pic

  • Seeing more info in a specific crypto: Bitcoin specific page

Contact

Project Link: https://github.com/insper-tecnologias-web/projeto-3-crypto-watcher-front

Acknowledgements

  • The CoinCap API is used to fetch information about cryptos in this project.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • CSS 19.3%