Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dimasbp17/synapsis-test-fe


https://github.com/dimasbp17/synapsis-test-fe

Last synced: 28 days ago
JSON representation

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