This app was created to improve the ReactJS fundamentals, using Typescript, and created by Vite. Is a basic social media layout and use css module package.
This project is the first part of Rocketseat ReactJs course with i am using to stay solid with the most actual and best practices on frontend projects that i have some practice with but keep learning more ever.
You can clone the project and start on your local host or open the site hospeded here
Clone
git clone https://github.com/raferdev/ignite_social
Install Dependencies
npm i
Start Server
npm run dev
The browser will remote open on the local link on port 5173 (usually in Vite projects). Exemple .:
http://localhost:5173
This is basic frontend with focus on design, but you can:
- Add a new comment.
- Click on "claps" to give your applause to the comment how many times you want.
- Click on delete comment, and confirm or not it.
- HTML - Markup Language
- CSS - Style Language
- Typescript - Javascript with super powers language
- ReactJS - Javascript Superset Library
- Vite - Next Generation Frontend Tooling
- @raferdev - build
- @rocketseat - idea