Skip to content

vivianemartini/ignite-feed-typescript

Repository files navigation

Ignite Feed

What I learned?

  • React Fundamentals
  • Build a React project
  • Components
  • Properties
  • useState
  • Key={}
  • Closures

Note

The project was initially built using only react and css modules, later typescript was included. You can check the first version of commits here.

  • is possible to edit the user

Tecnologies and tools

- React
- Typescript
- JS
- HTML
- CSS Modules
- Phosphor icons
- Date-fns

Preview

Run locally

Clone the project and access the folder.

$ git clone
$ cd (folder)

Follow the steps below:

# Install the dependencies
$ yarn or npm i
# Start the project
$ yarn dev or npm run dev

The app will be available for access on your browser at http://localhost:3000

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.