TeraStore is a fictional brazilian ecommerce where you can find the best deals for computers, keyboards, printers and other tech products.
The project was made using React and Express/Nodejs. The frontend includes api calls, authentication, responsive design and more.
See the project live here.
This is a full stack project. You are in the frontend repository, you can see the backend here
- React
- React Router
- Styled Components
- CSS Transition Group
First, make sure you have the backend running. Then, follow the steps:
- Run
git clone https://github.com/giancarvalho/TeraStore-frontend.git - Run
npm install - If needed, replace the api URL in src\services\URL.js
- Run
npm start

