https://github.com/tlylt/from-the-future
A simple and easy way to add & view advice from NUS SOC students to freshmen.
https://github.com/tlylt/from-the-future
cypress jest react testing typescript
Last synced: over 1 year ago
JSON representation
A simple and easy way to add & view advice from NUS SOC students to freshmen.
- Host: GitHub
- URL: https://github.com/tlylt/from-the-future
- Owner: tlylt
- License: mit
- Created: 2021-04-30T15:44:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T01:19:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T00:46:53.695Z (over 1 year ago)
- Topics: cypress, jest, react, testing, typescript
- Language: TypeScript
- Homepage: https://tlylt.github.io/from-the-future/
- Size: 5.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Motivation
A simple and easy way to add & view advice to (NUS) Computing freshmen. Check out the [website](https://tlylt.github.io/from-the-future/). You are welcomed to leave an advice for the future computing freshmen.
---
## Contributing
Thanks for your interest in contributing! There are many ways to contribute to this project. Get started [here](CONTRIBUTING.md).
---
## Tech Stack
### Frontend
- React (TypeScript)
- Tailwind (CSS)
- Jest & React testing library & Cypress (Testing suite)
### Backend
- Flask (Python)
- Deta base (NoSQL)
### CI/CD
- Github Actions
- Github Pages
### Test
- Jest
- React testing library
- Cypress
---
### Progress Log
Note: Development is active and on-going for the upcoming months. If you wish to work on this project free feel to leave an issue to let me know:)
- 2/5/2021: First version ready and launched!
- 6/5/2021: Added testing suite/TypeScript!