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

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.

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!