Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valenciahq/tasklist-fullstack-challenge-fe
A tasklist using React and MUI
https://github.com/valenciahq/tasklist-fullstack-challenge-fe
Last synced: about 1 month ago
JSON representation
A tasklist using React and MUI
- Host: GitHub
- URL: https://github.com/valenciahq/tasklist-fullstack-challenge-fe
- Owner: valenciaHQ
- Created: 2024-06-26T04:10:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T04:26:42.000Z (6 months ago)
- Last Synced: 2024-06-26T05:31:38.301Z (6 months ago)
- Language: TypeScript
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasklist Frontend
* Make sure you have backend up an running. Check [This](https://github.com/valenciaHQ/tasklist-fullstack-challenge-be/blob/main/readme.md) backend readme.
* Run me using `npm install` and `npm run start`
* At root, you will need to define one environment variable that will point to the API. For localhost: `REACT_APP_BASE_API_URL=http://localhost:3001/api/v1`### After is running please visit _/readme_ for some notes and thoughts.
Hope we can meet!