/ignite-feed-react

React application using Vite to apply the most important concepts of React: Componentization, Properties, States, Immutability and Hooks.

Primary LanguageTypeScript

Ignite Feed

Clique aqui para ver a versão em Português.

Preview: Ignite Feed


img

📄 Project

React application using Vite to apply the most important React concepts: Componentization, Properties, States, Immutability, and Hooks.

💻 Technologies

  • ReactJS
  • TypeScript
  • CSS

🔖 Layout

🚀 Running the project

  • Clone the project and access the directory
$ git clone https://github.com/luc-ribeiro/ignite-feed-react.git
$ cd ignite-feed-react
  • Follow the steps below:
# Install the dependencies
$ npm i

# Start the project
$ npm run dev
  • The application will be available at http://localhost:5174