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
- Host: GitHub
- URL: https://github.com/vinibispo/rescript-ignite-feed
- Owner: vinibispo
- Created: 2023-04-28T11:21:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T01:42:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T20:33:46.066Z (12 months ago)
- Topics: ignite-rocketseat, reactjs, rescript
- Language: ReScript
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite Feed
> A MVP Feed for a Social Network

## ๐ 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/)