Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimasbp17/synapsis-test-fe
https://github.com/dimasbp17/synapsis-test-fe
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimasbp17/synapsis-test-fe
- Owner: dimasbp17
- Created: 2024-12-06T13:12:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:41:52.000Z (about 1 month ago)
- Last Synced: 2024-12-06T14:43:21.500Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://synapsis-test-fe.vercel.app
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First clone this repository to your local:
```bash
https://github.com/dimasbp17/synapsis-test-fe.git
```
Once successful run this command:
```bash
npm install
# or
yarn install
```
To run the application, run the command below:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Application Features
- Login
- Users log in first by entering their name and token. To get the name and token, register with the [GoRest API](https://gorest.co.in/).
- Homepage Post List
- The post list contains various posts from users.
- Create Post
- Users can write posts in the create post feature by entering the name, title and content.
- Edit Post
- Users can edit posts by clicking the edit button.
- Delete Post
- Users can delete posts by clicking the delete button.## Deploy the Application
You can see the deploy results at [https://synapsis-test-fe.vercel.app/](https://synapsis-test-fe.vercel.app/)