Skip to content

anastaciom/frontend-project-cryptocurrencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoDash

Project developed in React with Redux and Styled-Components, fully responsive and using my own backend made in NodeJs: https://github.com/anastaciom/backend-project-cryptocurrencies.


About the project:

It is a system that will show you the quotes of all cryptocurrencies.

Dark mode:

Light mode :


Admin dashboard:

  • Desktop:


  • Mobile:


Preview:


Git Clone:

First run the command to clone the project on your machine:

git clone  https://github.com/anastaciom/frontend-project-cryptocurrencies.git

Enter the project folder:

cd frontend-project-cryptocurrencies

Inside the "frontend-project-cryptocurrencies" folder, install all dependencies by running:

npm install

Now, to run the project:

npm run start

In addition to the standard dependencies of "Create React App", it was used:

  • @emotion/react
  • @emotion/styled
  • @mui/icons-material
  • @mui/material
  • axios
  • react-redux
  • react-router-dom
  • react-spinners
  • react-switch
  • redux
  • redux-thunk

DevDependencies:

  • styled-components