Project containing all the #boraCodar challenges carried out weekly by Rocketseat for learning purposes.
Technologies | Services | Packages | Getting started | Features | Links | Versioning | License
Here are the technologies used in this project.
- TypeScript 4.9.3
- ReactJS 18.2.0
- NextJS 13.1.6
- Stitches 1.2.8
Here are the services used in this project.
Here are the packages used in this project.
- phosphor-react -> Library with various icon providers for react.
- eslint -> Used to format and bring a pattern to the project.
- @stitches/react -> Used for design styling.
- @radix-ui -> Used to bring lean accessibility to components.
Here are the commands and steps on how to start the project.
- NodeJS
- NPM (Package manager of your choice)
- install the dependencies using a package manager, the one used in the project was NPM.
npm install
- To start the project on your machine using NPM.
npm run dev
- To build the project using NPM.
npm run build
- To run the project in production using NPM.
npm run start
Here are the main features of the project.
- Responsive layout.
- Contains the following challenges:
- Music Player
- Product Card
- Buttons and Cursors
- Chat
- Calculator
- Deploy on Netlify: https://bora-codar-pedrohb.netlify.app/
- Repository: https://github.com/DevPedroHB/bora-codar
Here are the versions of the parts of the project.
- Web -> 5.0.0
This project is licensed under the MIT license.
Made with ♥ by Pedro Henrique 🚀 Never stop learning!