An open API service indexing awesome lists of open source software.

https://github.com/vinibispo/rescript-ignite-feed

First project from the course Ignite React, but using ReScript
https://github.com/vinibispo/rescript-ignite-feed

ignite-rocketseat reactjs rescript

Last synced: 10 months ago
JSON representation

First project from the course Ignite React, but using ReScript

Awesome Lists containing this project

README

          

# Ignite Feed

> A MVP Feed for a Social Network

![Capa](https://user-images.githubusercontent.com/48097622/235372522-d90700f4-a4af-4482-816c-02581a961c2f.png)

## ๐Ÿš€ Getting started

Clone the project and access the folder:
```bash
$ git clone https://github.com/vinibispo/rescript-ignite-feed && cd rescript-ignite-feed
```

Follow the steps below:
```bash
# Install all dependencies
$ npm ci

# Start the project opening three terminals
$ npm run dev
$ npm run rescript:dev
$ npm run json-server
```
---
## ๐ŸŽจ Layout
You can view the layout via [this link](https://www.figma.com/file/2LZTfPKT6Ohln5nZSn6TNk/Ignite-Feed-(Community)?node-id=0-1&t=HfOqWVKr7I8MzT1J-0)
This design was developed by [Jonas Milan](https://jonasmilan.cc/)

---
## ๐Ÿงช Technologies
This project is developed using the following techs:

- [React](https://reactjs.org)
- [ReScript](https://rescript-lang.org)
- [ReScript React](https://rescript-lang.org/docs/react/latest/introduction)
- [Vite.js](https://vitejs.dev)
- [React Query](https://tanstack.com/query/v4/docs/react/overview)
- [CSS Modules](https://github.com/css-modules/css-modules)
- [Phosphor Icons](https://phosphoricons.com/)
- [Rescript React Query](https://github.com/rescriptbr/react-query)
- [Date Fns](https://date-fns.org/)